.show-header-message .breadcrumbs__row {
	padding-top: 12em!important;
}
.breadcrumbs__row {
    position: absolute;
    top: 15%;
    z-index: 1;
    padding-top: 7em;
}
.breadcrumbs__container {
    position: relative;
}
.hero { 
	height: 1145px;   
    position: relative;  
	overflow: hidden;
	clip-path: circle(76.9% at 50% 6.5%);
}
.hero h1 {
	font-size: 45px;
	margin: 0.67em 0;
}
.hero__background {  
	background-image: linear-gradient(180deg, rgba(56,49,163,1) 0%, rgba(183,127,246,1) 67.1875%); 
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: -10%;
    left: -10%;
    z-index: -1;
    border-radius: 0 0 50% 50%;
}
.hero__text {
	max-width: 650px;
	margin: auto;
	color: #fff;
	text-align: center;
	padding-top: 150px;
}
.hero__title {
	margin: 0 0 10px;
}
.container {
	max-width: 1290px;
	margin: auto;
	padding: 0 15px;
}
.hero__text-images {
	position: absolute;
    bottom: 0;
    left: calc(50% - 320px);
}
.info__hexagons {
    width: 100%;
    display: flex;
    position: absolute;
    justify-content: flex-end;
    margin-top: -270px;
    right: -130px;
}
.info__hexagons .hexagon-new {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #16172F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.info__hexagons .hexagon-new img {
    width: 40px;
}
.info__hexagons .hexagon-new p {
    position: relative;
    z-index: 10;
    margin-bottom: 0px;
}
.info__hexagons .hexagon-new:nth-child(3) {
    position: relative;
    top: -130px;
    left: -222.5px;
}
.info__hexagons .hexagon-new:nth-child(4) {
    position: relative;
    top: 130px;
    left: -370.5px;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
	.hero {
		margin-bottom: -120px;
	} 
}
@media screen and (min-width: 1200px) and (max-width: 1445) {
	.hero {
		margin-bottom: -60px;
	} 
}
@media screen and (min-width: 1445px) and (max-width: 1580px) {
	.hero {
		clip-path: circle(76.9% at 50% 0.5%);
	} 
}
@media screen and (min-width: 1580px) and (max-width: 1720px) {
	.hero {
		clip-path: circle(76.9% at 50% -5.5%);
	} 
}
@media screen and (min-width: 1720px) and (max-width: 1900px) {
	.hero {
		clip-path: circle(76.9% at 50% -13.5%);
	} 
}
@media screen and (min-width: 1900px) and (max-width: 2165px) {
	.hero {
		clip-path: circle(76.9% at 50% -25.5%);
	} 
}
@media screen and (max-width: 1024px) { 
	.hero {
		height: 900px;
		margin-bottom: -120px;
	} 
	.hero__text-images {
		left: calc(50% - 259px);
	}
	.hero__text-images img {
		max-height: 500px; 
	}
}
@media screen and ( max-width: 960px ) {
	.breadcrumbs__row {
		padding-top: 10em;
	}
	.hero__text {
		padding-top: 100px;
	}
	.hero__text-images {
		left: calc(50% - 250px);
	}
	.hero__text-images img {
		width: 250px;
	}
	.info__hexagons {
		right: -260px;
		transform: scale(0.9);
	}
}
@media screen and (max-width: 940px) {
	.hero {
		clip-path: circle(76.9% at 50% 20.5%);
		margin-bottom: -40px;
	}
}
@media screen and (max-width: 768px) {  
	.hero__text-images {
		left: calc(50% - 175px);
	}
	.hero__text-images img {
		max-height: 100%; 
		width: 175px;
	}
	.hero {
		height: 780px;
    	margin-bottom: -70px;
	}
	.hero__title {
		font-size: 40px;
	}
	.info__hexagons {
		margin-top: -15px;
    	right: -224px;
		transform: scale(0.7);
	}
}
@media screen and (max-width: 575px) {
	.hero__text-images img {
		max-height: 320px;
	}
	.hero__text-images {
		left: calc(50% - 160px);
	}
	.hero {
		height: 640px;
		margin-bottom: -50px;
	}
	.hero__text {
		padding-top: 150px;
	}
}
@media screen and (max-width: 425px) {  
	.hero {
		height: 500px;
		margin-bottom: -50px;
	}
	.hero__text {
		padding-top: 120px;
	}
	.hero__title {
		font-size: 32px;
	}
	.hero__text-images {
		left: calc(50% - 126px);
	}
	.hero__text-images img {
		max-height: 252px; 
	}
	.hero__text-images {
		bottom: -20px;
	}
}
@media screen and ( max-width: 330px ) {
	.hero__text {
		padding-top: 100px;
	}
	.info__hexagons {
		transform: scale(0.6)!important;
		left: 26%!important;
		bottom: 50%!important;
	}
	.info__hexagons .hexagon-new:nth-child(1) {
		left: -77px!important;
	}
	.info__hexagons .hexagon-new:nth-child(3) {
		left: -155.5px!important;
	}
	.info__hexagons .hexagon-new:nth-child(4) {
		left: -235.5px!important;
	}
	.hexagon-new::after {
		left: -34px!important;
	}
}



/*
// Styles Info
*/

.info {
	margin: 100px 0;
}

.info__block {
	width: 100%;
	padding-left: 30px;
    display: flex;
	color: #16172F;
}
.info__block:nth-child(2) {
	margin-top: -200px;
}
.info__wrap { 
	display: flex;
	justify-content: space-between;
}
.info__block div:first-child {
	position: relative;
	width: 235px;
}
.info__block div:first-child img {
	position: absolute;
    top: -29px;
    left: -27px;
}
.info__block-title {
    color: rgba(0, 0, 0, 0.85);
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin: 0;
}
.info__app {
	column-gap: 20px; 
    display: flex;
}
.info__app img{
	width: 100%;
}
.info__text {
	row-gap: 105px;
    display: flex;
    flex-wrap: wrap;
}
.info__block-content { 
	width: 50%;
	line-height: 26px;
}
.info__block-content ul {
	margin: 0;
	padding-left: 30px;
}
.info__colors {
    display: flex;
    width: fit-content; 
}
.info__colors div:first-child { 
	width: 225px;
}
.info__colors div:nth-child(2) {
	display: flex;
    column-gap: 12px;  
	padding-left: 30px;
}
.info__hexagon {
	position: relative;
}
.info__hexagon-back {
	max-width: 188px;
	max-height: 218px;
	filter: drop-shadow(0px 0px 5px rgb(0.1 0.1 0.1 / 0.15));
}
.info__hexagon-in {
	display: grid;
    justify-content: center;
    position: absolute!important;
    top: calc(50% - 40px);
    left: calc(50% - 30px);
	text-align: center;
}
.info__block_big-mobile {
	width: 30%;
    text-align: center;
} 
@media screen and (max-width: 1024px) { 
	.info__block-content {
		width: 45%;
	}
	.info__block div:first-child {
		width: 180px;
		justify-content: space-between; 
	}
	.info__block_big-mobile img{
		max-width: 130px;
	}
	.info__block:nth-child(2) {
		margin-top: -100px;
	}
}
@media screen and (max-width: 768px) {  
	.info__block {
		flex-wrap: wrap;
		padding-left: 0;
	}
	.info__block div:first-child {
		width: 100%;
		margin-left: 30px;
	}
	.info__block-content {
		width: 100%;
	}
	.info__block_big-mobile {
		width: 100%;
		margin: 50px 0;
	}
	.info__app {
		justify-content: center;
	}
	.info__app img {
		max-width: 154px;
		width: 100%;
	}
	.info__colors div:first-child { 
		display: none;
	}
	.info__block_big-mobile img {
		max-height: 345px;
	}
	.info__colors div:nth-child(2) img{
		max-width: 40px;
	}
	.info__text {
		row-gap: 80px;
	}
}
@media screen and (max-width: 575px) { 
	.info__text {
		row-gap: 69px;
	}
	.info__block_big-mobile {
		margin: 50px 0 100px; 
	}
}
@media screen and (max-width: 425px) {  
	.show-header-message .breadcrumbs__row {
		padding-top: 10em!important;
	}
    .breadcrumbs__row {
        padding-top: 4em!important;
    }
    .hero {
        height: 830px!important;
    }
    .hero__text-images {
        display: flex;
        justify-content: center;
        bottom: 130px;
    }
    .hero__text-images img {
        width: 100%;
    }
	.info__colors div:nth-child(2) {
		padding: 0;
	}
    .hexagon-new::after {
        left: -27px;
    }
	.info {
		margin-top: 0px;
	}
    .info__text .info__block:nth-child(3) {
        margin-bottom: 300px;
    }
    .info__hexagons {
        width: 100%;
        left: 75%;
        bottom: 51%;
        transform: translateX(-50%) scale(0.75);
    }
    .info__hexagons .hexagon-new:nth-child(1) {
        left: -57px;
    }
    .info__hexagons .hexagon-new:nth-child(3) {
        left: -165.5px;
    }
    .info__hexagons .hexagon-new:nth-child(4) {
        left: -262.5px;
    }

}
@media screen and ( max-width: 420px ) {
	.breadcrumbs__row {
		padding-top: 4em!important;
	}
	.info__hexagons {
		bottom: 61%!important;
	}
	.info__hexagons .hexagon-new:nth-child(1) {
		left: -69px;
	}
	.info__hexagons .hexagon-new:nth-child(3) {
		left: -158.5px;
	}
	.info__hexagons .hexagon-new:nth-child(4) {
		left: -241.5px;
	}
}
@media screen and (max-width: 390px) {
	.hero__text-images img {
		max-height: 222px;
	}
	.info__colors div:nth-child(2) img {
		max-width: 30px; 
	}
	.info__hexagons {
		bottom: 60%!important;
	}
	.info__hexagons .hexagon-new:nth-child(3) {
		left: -174.5px;
	}
	.info__hexagons .hexagon-new:nth-child(4) {
		left: -265.5px;
	}
}
@media screen and ( max-width: 340px ) {
	.info__hexagons {
		bottom: 59.5%!important;
	}
	.hexagon-new::after {
		left: -33px;
	}
	.info__hexagons .hexagon-new:nth-child(1) {
		left: -69px;
	}
	.info__hexagons .hexagon-new:nth-child(3) {
		left: -158.5px;
	}
	.info__hexagons .hexagon-new:nth-child(4) {
		left: -241.5px;
	}
}